vcCollisionRecord

vcCollisionRecord is the class that contains information returned by vcCollisionDetector when testing for collisions

See in: Overview

Module: vcCore

Parent: vcObject

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
DistanceReal OR NoneRGets the minimum distance if this records represents minimum distance. Returns None when IsMinimumDistance is False.
FeatureAvcFeatureRGets the first colliding vcFeature if any.
FeatureBvcFeatureRGets the second colliding vcFeature if any.
GeometrySetAvcGeometrySetRGets the first colliding vcGeometrySet if any.
GeometrySetBvcGeometrySetRGets the second colliding vcGeometrySet if any.
IsMinimumDistanceBooleanRGets if this vcCollisionRecord represents collision or minimum distance.
NodeAvcNodeRGets the first colliding node if any.
NodeBvcNodeRGets the second colliding node if any.
PointAvcVector OR NoneRGets the closest point on the first item in world coordinates. Returns None when IsMinimumDistance is False.
PointBvcVector OR NoneRGets the closest point on the second item in world coordinates. Returns None when IsMinimumDistance is False.